xref-revert-buffer: Make inhibit-modification-hooks binding a bit safer
authorDmitry Gutov <dmitry@gutov.dev>
Sat, 25 May 2024 21:58:57 +0000 (00:58 +0300)
committerDmitry Gutov <dmitry@gutov.dev>
Sat, 25 May 2024 23:03:13 +0000 (02:03 +0300)
commit7ca238c4413284253c06ed2b060a7a0f79653b40
treec737bf65ffc0e26c803182e79d2e5cf2a3fd670a
parent57dc1ed665d72bc58befa4853fa479b770fe4fcc
xref-revert-buffer: Make inhibit-modification-hooks binding a bit safer

* lisp/progmodes/xref.el (xref-revert-buffer): Make sure that the
inhibit-modification-hooks binding does not cover xref--fetcher
funcall.  Only the printing step (issue mentioned in bug#53749).
lisp/progmodes/xref.el